class MysqlResultSet
MysqlResultSet object is the result returned from a query like operation on MySQL table.
@printable, @serializable, @iterable
Properties
-
List<dictionary>
fields:The table fields returned in the response.
Each dictionary contains the following entries:
- string
database - string
table - string
name - string
original_name - number
length - number
field_type - dictionary
flags
The
flagsdictionary contain the following entries:- bool
not_null - bool
primary_key - bool
unique_key - bool
multiple_key - bool
blob - bool
unsigned - bool
zero_fill - bool
binary - bool
enum - bool
auto_increment - bool
timestamp - bool
set
- string
-
List<dictionary>
rows:The result rows returned from the query. The content of each dictionary will based on the result of a query.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.